home *** CD-ROM | disk | FTP | other *** search
/ Super PC 31 / Super PC 31 (Shareware).iso / spc / inter / speakf / fuente / netfone.def < prev    next >
Encoding:
Text File  |  1995-11-27  |  643 b   |  38 lines

  1.  
  2. ;    Speak Freely for Windows
  3.  
  4. ;    Module definition file
  5.  
  6. NAME         'SPEAKFRE'
  7. DESCRIPTION  'Speak Freely for Windows'
  8. EXETYPE      WINDOWS
  9. STUB         'WINSTUB.EXE'
  10.  
  11. CODE         PRELOAD DISCARDABLE
  12. DATA         PRELOAD MULTIPLE
  13.  
  14. SEGMENTS
  15.     ULAW1_DATA CLASS 'FAR_DATA' PRELOAD READONLY 
  16.  
  17. HEAPSIZE     4096
  18.  
  19. EXPORTS
  20.     About_DlgProc
  21.     NewHost_DlgProc
  22.     Frame_WndProc
  23.     connectWndProc
  24.     CP_proc
  25.     genKeyDlgProc
  26.     modemDlgProc
  27.     rant1_DlgProc
  28.     rant2_DlgProc
  29.     propellerHeadDlgProc
  30.     multicastDlgProc
  31.     answerDlgProc
  32.     lwl_tell_proc
  33.     lwl_ask_proc
  34.     editReturn
  35.     faceDlgProc
  36.  
  37.  
  38.